home *** CD-ROM | disk | FTP | other *** search
-
- VLab.mcc/VLab.mcp - Documentation
-
-
- Copyright
- *********
-
- VLab.mcc (C) 1999-2000 Steve Quartly
-
- This data is freely distributable, but copyrighted by me. This means you
- may freely copy them as long as you do not charge more than a nominal fee
- for copying. This data may be put on PD disks, especially on Fred Fish's
- AmigaLibDisks and Fred's or Aminet CDROMs. If you want to distribute the
- data you MUST keep this document with it. All documents, programms and
- files must be distributed in their original unmodified form.
-
- The author can not be made responsible for any damage which is caused by
- using these programs.
-
- -------------------------------------------------------------------------
-
- This class is shareware. This means I request those users who use
- VLab.mcc to:
-
- 1) Send me a shareware fee of US$20.
-
- OR
-
- 2) If you write an application that uses VLab.mcc please send me a copy of
- it.
-
- I am very interested in who uses my classes so please don't hesitate to
- contact me and let me know that you are using it. (Even if you don't intend
- on paying the shareware fee)
-
-
- Send comments, suggestions, bug reports, the shareware fee to:
-
- Steve Quartly
- 1280 Stevens St
- Mundaring, Perth,
- Western Australia 6073
- Australia
-
- e-mail: steveq@mafeking.scouts.org.au
-
-
-
-
- What is VLab.mcc and VLab.mcp
- ****************************************************************
-
- VLab is a Custom Class for the Magic User Interface © by Stefan
- Stuntz. It's a subclass of area-class.
-
- Features include:
-
- * Open a monitor in a VLab.mcc window.
- * Open a monitor in your own window.
- * Image grabbing in all modes (PAL/NTSC/FULLFRAME/HALFFRAME).
- * YUV to RGB conversion.
- * De-Interlacing of grabbed images.
- * Obtain pointers to image buffers for saving etc.
- * Grabbed images can be buffered on disk (virtual memory).
- * Simply adding a grabbed image to a group in a window will display it.
- * Supports both CyberGraphX and guigfx.library.
-
- There is a prefs class VLab.mcp with it, which permits the
- user to choose all default VLab card settings as well as
- virtual memory settings.
-
-
-
- What you need!
- **************
-
- - MUI 3.6+
- - AmigaOS V37+ (2.x)
-
-
-
- What else is required
- *********************
-
- - CyberGraphX
-
- OR
-
- - guigfx.library
-
- Note:
- Neither CyberGraphX or guigfx.library are required if all you want to do is
- grab and save. You will however need one of these if you wish to use the
- monitor or display a grabbed image.
-
-
- - vlab.library (v10.0) (Included in this release)
-
-
-
- How to install!
- ***************
-
- copy MCC_VLab/Libs/MUI/VLab.mcc MUI:Libs/MUI/
- copy MCC_VLab/Libs/MUI/VLab.mcp MUI:Libs/MUI/
- copy MCC_VLab/SYS/Libs/vlab.library Libs:
-
- Now run MCC_VLab/Demos/VLab-Demo
-
-
- for developpers :
-
- copy MCC_VLab/Developer/AutoDocs/VLab.autodoc AutoDoc:
- copy MCC_VLab/Developer/AutoDocs/VLabImage.autodoc AutoDoc:
- copy MCC_VLab/Developer/Include/MUI/vlab_mcc.h Include:MUI/
-
-
- Future development?
- *******************
-
- - A colour monitor
-
-
- Thanks
- ******
-
- Many thanks to
- Paul Huxham
- - For his expertise and incredible knowledge of the Amiga platform.
-
- Frank Mariak
- - For his modified vlab.library and help with the monitor.
-
- Stefan Stuntz
- - For MUI!
-
- Debra Quartly
- - For her love and patience.
-
-
- © 1999-2000 Steve Quartly
-